    @charset "utf-8";
    /*头部图标按钮*/
    
    header ol {
        float: right;
        width: 300px;
        margin-top: 20px;
    }
    
    header ol li {
        float: left;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #333;
        box-shadow: 0 0 0 1px #333 inset;
        transition: box-shadow 0.5s ease 0s;
        border-radius: 16px;
        margin: 10px 0 0 30px;
        cursor: pointer;
    }
    
    header ol li:hover {
        box-shadow: 0 0 0 16px #fff inset;
        color: #333;
    }
    /*banner begin*/
    
    @font-face {
        font-family: 'Lingxin';
        src: url("../fonts/lx.ttf");
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Pinyon Script';
        src: url("../fonts/PinyonScript-Regular.ttf");
        font-weight: normal;
        font-style: normal;
    }
    
    .banner {
        width: 100%;
        height: 500px;
        position: relative;
        color: #fff;
        overflow: hidden;
        background-image: url("../images/banner01.jpg");
        background-size: cover;
    }
    
    .banner .current {
        display: block;
    }
    
    .banner h3 {
        margin-top: 120px;
        margin-bottom: 50px;
        margin-left: 100px;
        font-size: 4rem;
        font-family: 'Lingxin';
        font-style: italic;
        font-weight: 400;
        /*设置文字阴影：向右5px 向下5px 模糊程度0.3rem 颜色为#62819d*/
        text-shadow: 5px 5px 0 #333;
    }
    
    .banner .larger {
        font-size: 5rem;
        color: orange;
        text-align: inherit;
    }
    
    .banner h4 {
        font-size: 4em;
        text-align: center;
        font-weight: 400;
        font-family: 'Pinyon Script';
        text-shadow: 2px 2px 8px #62819d;
        text-align: center;
    }
    
    .banner .prev,
    .banner .next {
        position: absolute;
        top: 228px;
        left: 260px;
        width: 45px;
        height: 45px;
        /* background-color: rgba(0,0,0,.2); */
        background: rgba(0, 0, 0, .2) url('../images/sprites.png') 14px -60px;
        border-radius: 50%;
    }
    
    .banner .next {
        left: 1300px;
        background-position: -23px -60px;
    }
    
    .banner .prev {
        top: 228px;
        left: 50px;
    }
    
    .banner .next {
        top: 228px;
        right: 50px;
        background-position: -23px -60px;
    }
    
    #button {
        position: absolute;
        left: 50%;
        top: 90%;
        margin-left: -62px;
        z-index: 9999;
    }
    
    #button .but,
    #button .current {
        float: left;
        width: 28px;
        height: 1px;
        margin-right: 20px;
        border: 1px solid #d6d6d6;
    }
    
    #button .current {
        border: 1px solid #F90;
    }
    
    #button li {
        cursor: pointer;
    }
    /*最热视频*/
    
    .hot {
        height: 825px;
    }
    
    .hot h2,
    .share h2 {
        text-align: center;
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        background: url(../images/h2_bg.jpg);
    }
    
    .hot a {
        position: relative;
        color: white;
        float: left;
        width: 388px;
        height: 218px;
        overflow: hidden;
        margin: 0 0 12px 17px;
    }
    
    .hot a .info {
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 65px;
        padding-left: 20px;
        padding-top: 8px;
        color: #ccc;
    }
    /* 新增图像放大效果 */
    
    .hot a img {
        transition: all 0.5s ease-in 0s;
    }
    
    .hot a:hover img {
        transform: scale(1.5);
    }
    
    .hot video {
        float: left;
        width: 792px;
        height: 448px;
        margin: 0 0 12px 17px;
        overflow: hidden;
        background: #000;
    }
    
    .hot a {}
    
    .hot video,
    .hot a:nth-of-type(3),
    .share a:nth-of-type(1),
    .share a:nth-of-type(3) {
        margin-left: 0;
    }
    
    .hot a img,
    .share a>img {
        display: block;
        width: 100%;
    }
    
    .hot a img {
        transition: all 0.5s ease-in 0s;
    }
    
    .hot a:hover img {
        transform: scale(1.1, 1.1);
    }
    
    .hot video {
        width: 795px;
        height: 448px;
        overflow: hidden;
    }
    /* 观影达人模块 */
    
    .share {
        height: 850px;
    }
    
    .share a {
        float: left;
        position: relative;
        width: 592px;
        height: 343px;
        margin: 0 0 16px 16px;
        overflow: hidden;
    }
    
    .share a .cur {
        width: 200px;
        height: 345px;
        background: rgba(255, 255, 255);
        position: absolute;
        left: -200px;
        top: 0;
        text-align: center;
        transition: all 0.5s ease-in 0s;
    }
    
    .share a:hover .cur {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.7);
    }
    
    .share a .cur h3 {
        color: #333;
    }
    
    .share a .cur img {
        display: block;
        padding: 70px 0 15px 75px;
    }
    
    .share a .cur p {
        padding: 10px 0 15px 0;
        color: #000;
    }
    
    .share a .cur button {
        display: block;
        width: 75px;
        height: 30px;
        background: #fc8f26;
        border: none;
        border-radius: 5px;
        margin: 30px 0 0 50px;
        color: #fff;
        line-height: 30px;
    }